QuickDraw Picture Synonym
ThegxQuickDrawPictTag
tag object contains agxQuickDrawPict
structure:
struct gxQuickDrawPict { gxTranslationOptions options; Rect srcRect; Point styleStretch; unsigned long dataLength; struct gxBitmapDataSourceAlias alias; };
Field Description
options
- The translation options to be used by the QuickDraw GX Translator when converting the QuickDraw data.
srcRect
- The source rectangle for the translation, in QuickDraw coordinates. It controls scaling of the image. This rectangle is the QuickDraw picture frame that bounds the QuickDraw data.
styleStretch
- The scale factor (both horizontal and vertical) to apply to certain items, such as dashes, in QuickDraw picture comments.
- dataLength
- The length of the QuickDraw picture data, in bytes.
alias
- A structure that defines the location of the file containing the QuickDraw data, and the offset within the file to that data.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help